home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / LANGUAGE / PRINT.DFM / PRINT.txt
Text File  |  1996-11-14  |  420b  |  22 lines

  1. object PrintForm: TPrintForm
  2.   Caption = 'Copy / Print'
  3.   object ImageOn: TCheckBox
  4.     Caption = 'Image'
  5.   end
  6.   object TextOn: TCheckBox
  7.     Caption = 'Text'
  8.   end
  9.   object ToPrinter: TRadioButton
  10.     Caption = 'Printer'
  11.   end
  12.   object ToClipboard: TRadioButton
  13.     Caption = 'Clipboard'
  14.   end
  15.   object BitBtn2: TBitBtn
  16.     Caption = 'Cancel'
  17.   end
  18.   object Caption: TCaptionBar
  19.     Caption = 'Copy / Print'
  20.   end
  21. end
  22.